-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Fix BulkInferenceExecutorTests timeout caused by a race condition. #130991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix BulkInferenceExecutorTests timeout caused by a race condition. #130991
Conversation
Pinging @elastic/es-analytical-engine (Team:Analytics) |
@afoucret is the test muted? Maybe unmute with this fix if this indeed fixes it? |
@benwtrent The test is unmuted. |
f8ca794
to
a68115d
Compare
@afoucret I see we are tagged for review, did you mean to tag ES Security? Im happy to review regardless - I just dont want you to miss their input if you were looking for it! |
@kc13greiner I do not know why ES security has been tagged. Definitely not intended. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…lastic#130991) (cherry picked from commit 0ee4c18)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Manual backport of a race condition fixed as part of #131986
Fixes #130306 that is a symptom of that.